home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 16 / AMIGAplus Sonderheft 16 (1998)(ICP)(DE)[!].iso / pd / anwendungen / madhouse / blankers / wusel / gadget < prev    next >
Text File  |  1998-02-07  |  531b  |  31 lines

  1. Madhouse v1.0, BlankerPrefs-Window
  2.  
  3. CHUNK:LOCALE
  4. english, deutsch
  5.  
  6. CHUNK:MUI-WINDOWLAYOUT
  7. VGroup,
  8.    ColumnGroup (2),
  9.       Label ("_Length,_Länge"),
  10.       length = Slider ("l", 1, 20),
  11.       Label ("_Speed,_Geschwindigkeit"),
  12.       speed = Cycle ("s,g", "normal|quite fast,normal|ziemlich schnell"),
  13.       VGroup,
  14.          Label("Pixel color,Pixelfarbe"),
  15.          HVSpace,
  16.       End,
  17.       pixelcol = Color,
  18.    End,
  19.    screenmode = ScreenMode (0),
  20. End,
  21.  
  22. CHUNK:BLANKERINFO
  23. Aicke Schulz
  24. 1.56 (07.02.1998)
  25. 0
  26. 4096
  27. 1
  28. Madhouse2
  29. Pixel
  30.  
  31.